home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 1
/
Cream of the Crop 1.iso
/
batch
/
TSBAT35.ARJ
/
PUSHPATH.BAT
< prev
next >
Wrap
DOS Batch File
|
1990-01-14
|
156b
|
8 lines
echo off
echo Save the current path
echo By Prof. Timo Salmi, ts@chyde.uwasa.fi, 14-Jan-90
echo.
set pushpath=%path%
echo Saved PATH=%path%
echo on